home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / debug / profrep < prev    next >
Encoding:
Text File  |  1993-10-26  |  816 b   |  15 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           profrep profDataVar sortKey stackDepth ?outFile? ?userTitle?
  4.                This procedure generates a  report  from  data  collect
  5.                from  the  profile command.  ProfDataVar is the name of
  6.                the array containing the data returned by  the  profile
  7.                command. SortKey indicates which data value to sort by.
  8.                It should be one of "calls", "cpu" or  "real".   Stack-
  9.                Depth  is  the  stack depth to consider significant.  A
  10.                value of 1 reports by procedure  only,  a  value  of  2
  11.                reports  by  procedure  and its caller, etc. OutFile is
  12.                the name of file to write the report to.   If  omitted,
  13.                stdout is assumed.  UserTitle is an optional title line
  14.                to add to output.
  15.